翻訳と辞書
Words near each other
・ Zero tolerance (trade)
・ Zero Tolerance (video game)
・ Zero Tolerance Entertainment
・ Zero Tolerance for Silence
・ Zero Tolerance Recordings
・ Zero Township, Adams County, Nebraska
・ Zero Visibility Corp
・ Zero wait state
・ Zero waste
・ Zero waste agriculture
・ Zero Waste Event
・ Zero Escape
・ Zero field NMR
・ Zero field splitting
・ Zero Film Festival
Zero flag
・ Zero Focus
・ Zero Focus (2009 film)
・ Zero footprint
・ Zero for Conduct
・ Zero for Conduct (album)
・ Zero force member
・ Zero Forcing Equalizer
・ ZERO foundation
・ Zero Freitas
・ Zero fret
・ Zero game
・ Zero Gear
・ Zero Girl
・ Zero Gradient Synchrotron


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Zero flag : ウィキペディア英語版
Zero flag
The Zero Flag is a single bit flag that is a central feature on most conventional CPU architectures (including x86, ARM, PDP-11, 68000 and numerous others). It is often stored in a dedicated register, typically called status register or flag register, along with other flags. The zero flag is typically abbreviated Z or ZF or similar in most documentation and assembly languages.
Along with a carry flag, a sign flag and an overflow flag, the zero flag is used to check the result of an arithmetic operation, including bitwise logical instructions. It is set if an arithmetic result is zero, and reset otherwise. This includes results which are not stored, as most traditional instruction sets implement the compare instruction as a subtract where the result is discarded. It is also common that processors have a bitwise AND-instruction that does not store the result.
In most processors, the zero flag is mainly used in conditional branch instructions, which alter control flow on previous instruction results, but there are often other uses as well.
In some instruction sets such as the MIPS architecture, a dedicated flag register is not used; jump instructions instead check a register for zero.


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Zero flag」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.